encoding/binary.littleEndian.PutUint16 (method, view implemented interface methods)
5 uses
encoding/binary (current package)
binary.go#L66: func (littleEndian) PutUint16(b []byte, v uint16) {
compress/gzip
gzip.go#L97: le.PutUint16(z.buf[:2], uint16(len(b)))
github.com/gotd/td/bin
encode.go#L56: binary.LittleEndian.PutUint16(t, v)
github.com/gotd/td/internal/mtproxy/obfuscated2
keys.go#L66: binary.LittleEndian.PutUint16(init[60:62], uint16(dc))
github.com/klauspost/compress/gzip
gzip.go#L129: le.PutUint16(z.buf[:2], uint16(len(b)))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |